Path Exists
Command Prototype
bRet = File.PathExists(sPath)
Command Description
Determine a path exists or not, if exist, return true, if not, return false
Parameter Description
- Required Parameter
- sPath--The path to a file
- return
- bRet--The variable used to save the output of the function call